Ignore deprecation warnings for g_object_newv()
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 2 Apr 2017 15:36:07 +0000 (16:36 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 2 Apr 2017 16:29:38 +0000 (17:29 +0100)
commit4471f274b9bd0ea8f9ff8cc8126f3d6fcb49077f
treef07e5e81af5b348b5db7ec45f25b18049e21955c
parent3d2c81c8f1dd890c6a47f778ee86078062e024e7
Ignore deprecation warnings for g_object_newv()

GLib has deprecated GParameter and g_object_newv(); until we switch to
the new g_object_new_with_properties() API, and bump GLib required
version, we should simply ignore the compiler warnings.
gtk/gtkbuilder.c